ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolygon Class / ImGearARTPolygon Constructor / ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32)
The mark's points.
The border color of the mark.
The border style of the mark.
The border width of the mark.




In This Topic
    ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTPolygon class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal borderColor As IImGearRGBQuad, _
       ByVal borderStyle As ImGearARTPenStyle, _
       ByVal borderWidth As Integer _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim borderColor As IImGearRGBQuad
    Dim borderStyle As ImGearARTPenStyle
    Dim borderWidth As Integer
     
    Dim instance As New ImGearARTPolygon(points, borderColor, borderStyle, borderWidth)
    public ImGearARTPolygon( 
       ImGearPoint[] points,
       IImGearRGBQuad borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public: ImGearARTPolygon( 
       ImGearPoint[]* points,
       IImGearRGBQuad* borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public:
    ImGearARTPolygon( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )

    Parameters

    points
    The mark's points.
    borderColor
    The border color of the mark.
    borderStyle
    The border style of the mark.
    borderWidth
    The border width of the mark.
    See Also